Add README note about last commit
authorjustbur <justin@burkett.cc>
Fri, 20 Nov 2015 20:40:16 +0000 (15:40 -0500)
committerjustbur <justin@burkett.cc>
Fri, 20 Nov 2015 20:40:16 +0000 (15:40 -0500)
README.org

index f785d2024e11472dd3985ee3c5399409b22613e0..c0e7e93e3a510f228205292e19a216818615d94f 100644 (file)
@@ -1,6 +1,9 @@
 * which-key 
 [[http://melpa.org/#/which-key][http://melpa.org/packages/which-key-badge.svg]] [[http://stable.melpa.org/#/which-key][file:http://stable.melpa.org/packages/which-key-badge.svg]]
 ** What's New
+- Use your mouse to hover over commands and the docstring will be displayed in
+  the echo area or a tooltip, depending on whether or not you're using
+  =tooltip-mode=.
 - The function =which-key-show-top-level= was implemented by @iqbalansari
   (thanks!) to show top-level key bindings (those not behind a prefix). You can
   use =M-x which-key-show-top-level= to try it and bind it to a key if you like.